func runtime.redZoneSize

3 uses

	runtime (current package)
		arena.go#L1069: 		s.elemsize -= redZoneSize(s.elemsize)
		malloc.go#L1042: 		asanRZ = redZoneSize(size)
		malloc.go#L2072: func redZoneSize(userSize uintptr) uintptr {